-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Quarkus plugin #291
Add Quarkus plugin #291
Conversation
Signed-off-by: svor <[email protected]>
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/redhat-developer/vscode-quarkus | ||
category: Language | ||
firstPublicationDate: "2019-11-25" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This date is now wrong :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it a bit :)
containers: | ||
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" | ||
name: vscode-quarkus | ||
memoryLimit: "1500Mi" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per discussion in eclipse-che/che-devfile-registry#144 (comment) is 1.5G enough memory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i didn't try big projects, but for https://github.com/quarkusio/quarkus-quickstarts.git samples 1.5G is enough
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://github.com/microsoft/vscode-java-debug/releases/download/0.23.0/vscode-java-debug-0.23.0.vsix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also update https://github.com/eclipse/che-plugin-registry/blob/master/v3/plugins/redhat/java11/0.50.0/meta.yaml#L22 and https://github.com/eclipse/che-plugin-registry/blob/master/v3/plugins/redhat/java8/0.50.0/meta.yaml#L22 and https://github.com/eclipse/che-plugin-registry/blob/master/v3/plugins/redhat/java/0.50.0/meta.yaml#L22 to use this newer version of the debug plugin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've created an issue for that. eclipse-che/che#15560
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I'll be on PTO from Dec 20-Jan 5 I don't want to block merging this, so I won't -1 or request changes. If others are ok with this as-is, then a +1 from them should unlock you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested using devfile in eclipse-che/che-devfile-registry#144
Signed-off-by: svor <[email protected]>
Signed-off-by: svor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 to merge for 7.7.
Signed-off-by: svor [email protected]
What does this PR do?
Registers Quarkus plugin. The plugin will be run in a container with
docker.io/eclipse/che-remote-plugin-runner-java8:next
image and include next VS Code extensions: